CxCvsEditor Object

The CxCvsSEditor object is a dialog box-based editor for the Current Value Services (CVS). Declare the object using the following code:

CreateObject("CxEditors.CxCvsEditor")

Each method in this document will assume you have declared and connected the CxCvsEditor object using the following code:

Dim CvsEditor

Set CvsEditor = CreateObject("CxEditors.CxCvsEditor")

CvsEditor.Connect("CYGDEMO.UIS")


More: